configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 18:07:33 +0000 (10:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 18:07:33 +0000 (10:07 -0800)
commit5e80b005a026ee06b38ee26b5bfcf5e5c6eddb81
tree7571335a52ea9d1ba01df24b42634cd928d4ca46
parent601c176bcc049abfff7baa410ed02502d62b6755
configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)

* configure.in (LIBS_TERMCAP): Default this to the result of
the tputs library search.  Do a run-time test for the linkability
of tputs unless cross-compiling, as that's more reliable if the
link flags and libraries are messed up.  Don't change LIBS as
a result of the test, as that may mess up later tests.
ChangeLog
configure.in